runtime.timer.ts (field)
22 uses
runtime (current package)
time.go#L99: ts *timers
time.go#L290: ts := t.ts
time.go#L458: if t.ts != nil {
time.go#L461: t.ts = ts
time.go#L512: t.ts.zombies.Add(1)
time.go#L548: if t.ts != ts {
time.go#L551: t.ts = nil
time.go#L606: t.ts.zombies.Add(-1)
time.go#L611: if min := t.ts.minWhenModified.Load(); min == 0 || when < min {
time.go#L616: t.ts.updateMinWhenModified(when)
time.go#L796: t.ts = nil
time.go#L806: if t.ts != ts {
time.go#L839: t.ts = nil
time.go#L936: if t.ts != ts {
time.go#L957: t.ts = nil
time.go#L1083: if t.ts != ts {
time.go#L1122: if t.ts != nil {
time.go#L1123: assertLockHeld(&t.ts.mu)
time.go#L1160: ts := t.ts
time.go#L1166: t.ts.zombies.Add(1)
time.go#L1494: t.ts.zombies.Add(-1)
time.go#L1529: t.ts.zombies.Add(1)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |